3.2521 \(\int x^{-1+4 n} \left (a+b x^n\right )^2 \, dx\)

Optimal. Leaf size=45 \[ \frac{a^2 x^{4 n}}{4 n}+\frac{2 a b x^{5 n}}{5 n}+\frac{b^2 x^{6 n}}{6 n} \]

[Out]

(a^2*x^(4*n))/(4*n) + (2*a*b*x^(5*n))/(5*n) + (b^2*x^(6*n))/(6*n)

_______________________________________________________________________________________

Rubi [A]  time = 0.0625384, antiderivative size = 45, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.118 \[ \frac{a^2 x^{4 n}}{4 n}+\frac{2 a b x^{5 n}}{5 n}+\frac{b^2 x^{6 n}}{6 n} \]

Antiderivative was successfully verified.

[In]  Int[x^(-1 + 4*n)*(a + b*x^n)^2,x]

[Out]

(a^2*x^(4*n))/(4*n) + (2*a*b*x^(5*n))/(5*n) + (b^2*x^(6*n))/(6*n)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 8.86768, size = 36, normalized size = 0.8 \[ \frac{a^{2} x^{4 n}}{4 n} + \frac{2 a b x^{5 n}}{5 n} + \frac{b^{2} x^{6 n}}{6 n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**(-1+4*n)*(a+b*x**n)**2,x)

[Out]

a**2*x**(4*n)/(4*n) + 2*a*b*x**(5*n)/(5*n) + b**2*x**(6*n)/(6*n)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0209899, size = 35, normalized size = 0.78 \[ \frac{x^{4 n} \left (15 a^2+24 a b x^n+10 b^2 x^{2 n}\right )}{60 n} \]

Antiderivative was successfully verified.

[In]  Integrate[x^(-1 + 4*n)*(a + b*x^n)^2,x]

[Out]

(x^(4*n)*(15*a^2 + 24*a*b*x^n + 10*b^2*x^(2*n)))/(60*n)

_______________________________________________________________________________________

Maple [A]  time = 0.03, size = 40, normalized size = 0.9 \[{\frac{{b}^{2} \left ({x}^{n} \right ) ^{6}}{6\,n}}+{\frac{2\,ab \left ({x}^{n} \right ) ^{5}}{5\,n}}+{\frac{{a}^{2} \left ({x}^{n} \right ) ^{4}}{4\,n}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^(-1+4*n)*(a+b*x^n)^2,x)

[Out]

1/6*b^2/n*(x^n)^6+2/5*a*b/n*(x^n)^5+1/4*a^2/n*(x^n)^4

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n + a)^2*x^(4*n - 1),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.223662, size = 47, normalized size = 1.04 \[ \frac{10 \, b^{2} x^{6 \, n} + 24 \, a b x^{5 \, n} + 15 \, a^{2} x^{4 \, n}}{60 \, n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n + a)^2*x^(4*n - 1),x, algorithm="fricas")

[Out]

1/60*(10*b^2*x^(6*n) + 24*a*b*x^(5*n) + 15*a^2*x^(4*n))/n

_______________________________________________________________________________________

Sympy [A]  time = 37.3782, size = 44, normalized size = 0.98 \[ \begin{cases} \frac{a^{2} x^{4 n}}{4 n} + \frac{2 a b x^{5 n}}{5 n} + \frac{b^{2} x^{6 n}}{6 n} & \text{for}\: n \neq 0 \\\left (a + b\right )^{2} \log{\left (x \right )} & \text{otherwise} \end{cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**(-1+4*n)*(a+b*x**n)**2,x)

[Out]

Piecewise((a**2*x**(4*n)/(4*n) + 2*a*b*x**(5*n)/(5*n) + b**2*x**(6*n)/(6*n), Ne(
n, 0)), ((a + b)**2*log(x), True))

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (b x^{n} + a\right )}^{2} x^{4 \, n - 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n + a)^2*x^(4*n - 1),x, algorithm="giac")

[Out]

integrate((b*x^n + a)^2*x^(4*n - 1), x)